From 7278e5633f28f5842db15422d948f048f4655beb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 8 Dec 2007 17:27:10 +0000 Subject: [PATCH] Start development for 3.2.0-rc2. --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index bb5c031590..18c6d0f313 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 export XEN_SUBVERSION = 2 -export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc2-devel(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.30.2